From 76727b4480394c91d61c3ee2926cc226c4b57cda Mon Sep 17 00:00:00 2001 From: GPSBabel <12013583+GPSBabelDeveloper@users.noreply.github.com> Date: Wed, 12 Apr 2023 19:35:23 -0500 Subject: [PATCH] Removing baroiq and cambridge formats. (#1066) * Remove Cambridge and Baroiq formats as per Feb 28 RFC. --- gpsbabel.qrc | 1 - reference/format0.txt | 2 -- reference/format1.txt | 2 -- reference/format2.txt | 2 -- reference/format3.txt | 18 ------------------ reference/help.txt | 9 --------- style/cambridge.style | 18 ------------------ vecs.cc | 7 ------- xmldoc/formats/baroiq.xml | 4 ---- xmldoc/formats/cambridge.xml | 7 ------- 10 files changed, 70 deletions(-) delete mode 100644 style/cambridge.style delete mode 100644 xmldoc/formats/baroiq.xml delete mode 100644 xmldoc/formats/cambridge.xml diff --git a/gpsbabel.qrc b/gpsbabel.qrc index 363821904..fa17fff4f 100644 --- a/gpsbabel.qrc +++ b/gpsbabel.qrc @@ -1,7 +1,6 @@ style/arc.style - style/cambridge.style style/csv.style style/custom.style style/garmin301.style diff --git a/reference/format0.txt b/reference/format0.txt index f03faaf78..13feb64e4 100644 --- a/reference/format0.txt +++ b/reference/format0.txt @@ -1,5 +1,3 @@ -baroiq Brauniger IQ Series Barograph Download -cambridge dat Cambridge/Winpilot glider software v900 Columbus/Visiontac V900 files (.csv) csv Comma separated values iblue747 csv Data Logger iBlue747 csv diff --git a/reference/format1.txt b/reference/format1.txt index 424a81f7f..56235675d 100644 --- a/reference/format1.txt +++ b/reference/format1.txt @@ -1,7 +1,5 @@ internal xcsv ? Character Separated Values internal tabsep All database fields on one tab-separated line -serial baroiq Brauniger IQ Series Barograph Download -file cambridge dat Cambridge/Winpilot glider software file v900 Columbus/Visiontac V900 files (.csv) file csv Comma separated values internal custom Custom "Everything" Style diff --git a/reference/format2.txt b/reference/format2.txt index 8ddca1773..9da8f0f59 100644 --- a/reference/format2.txt +++ b/reference/format2.txt @@ -1,7 +1,5 @@ internal rw---- xcsv ? Character Separated Values internal rw---- tabsep All database fields on one tab-separated line -serial --r--- baroiq Brauniger IQ Series Barograph Download -file rw---- cambridge dat Cambridge/Winpilot glider software file r-r--- v900 Columbus/Visiontac V900 files (.csv) file rw---- csv Comma separated values internal rw---- custom Custom "Everything" Style diff --git a/reference/format3.txt b/reference/format3.txt index fe814dd92..a462ade38 100644 --- a/reference/format3.txt +++ b/reference/format3.txt @@ -32,24 +32,6 @@ option tabsep prefer_shortnames Use shortname instead of description boolean option tabsep datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tabsep.html#fmt_tabsep_o_datum -serial --r--- baroiq Brauniger IQ Series Barograph Download baroiq - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_baroiq.html -file rw---- cambridge dat Cambridge/Winpilot glider software xcsv - https://www.gpsbabel.org/WEB_DOC_DIR/fmt_cambridge.html -option cambridge snlen Max synthesized shortname length integer 1 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_cambridge.html#fmt_cambridge_o_snlen - -option cambridge snwhite Allow whitespace synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_cambridge.html#fmt_cambridge_o_snwhite - -option cambridge snupper UPPERCASE synth. shortnames boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_cambridge.html#fmt_cambridge_o_snupper - -option cambridge snunique Make synth. shortnames unique boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_cambridge.html#fmt_cambridge_o_snunique - -option cambridge urlbase Basename prepended to URL on output string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_cambridge.html#fmt_cambridge_o_urlbase - -option cambridge prefer_shortnames Use shortname instead of description boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_cambridge.html#fmt_cambridge_o_prefer_shortnames - -option cambridge datum GPS datum (def. WGS 84) string https://www.gpsbabel.org/WEB_DOC_DIR/fmt_cambridge.html#fmt_cambridge_o_datum - file r-r--- v900 Columbus/Visiontac V900 files (.csv) v900 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_v900.html file rw---- csv Comma separated values xcsv diff --git a/reference/help.txt b/reference/help.txt index e118164f5..796001547 100644 --- a/reference/help.txt +++ b/reference/help.txt @@ -32,15 +32,6 @@ Options: -V Print GPSBabel version and exit File Types (-i and -o options): - baroiq Brauniger IQ Series Barograph Download - cambridge Cambridge/Winpilot glider software - snlen Max synthesized shortname length - snwhite (0/1) Allow whitespace synth. shortnames - snupper (0/1) UPPERCASE synth. shortnames - snunique (0/1) Make synth. shortnames unique - urlbase Basename prepended to URL on output - prefer_shortnames (0/1) Use shortname instead of description - datum GPS datum (def. WGS 84) v900 Columbus/Visiontac V900 files (.csv) csv Comma separated values snlen Max synthesized shortname length diff --git a/style/cambridge.style b/style/cambridge.style deleted file mode 100644 index f0e2bce12..000000000 --- a/style/cambridge.style +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION Cambridge/Winpilot glider software -SHORTLEN 8 -EXTENSION dat -# -# -# FILE LAYOUT DEFINITIIONS: -# -FIELD_DELIMITER COMMA -RECORD_DELIMITER NEWLINE -BADCHARS COMMA - -IFIELD INDEX,"1","%d" -IFIELD LAT_HUMAN_READABLE,"","%d:%06.3f%c" -IFIELD LON_HUMAN_READABLE,"","%03d:%06.3f%c" -IFIELD ALT_METERS,"","%3.0fM" -IFIELD CONSTANT,"","T" -IFIELD SHORTNAME,"","%s" -IFIELD DESCRIPTION,"","%s" diff --git a/vecs.cc b/vecs.cc index e91aa923a..4f87e9883 100644 --- a/vecs.cc +++ b/vecs.cc @@ -308,13 +308,6 @@ struct Vecs::Impl { nullptr, nullptr, }, - { - &brauniger_iq_fmt, - "baroiq", - "Brauniger IQ Series Barograph Download", - nullptr, - nullptr, - }, { &mtk_fmt, "mtk", diff --git a/xmldoc/formats/baroiq.xml b/xmldoc/formats/baroiq.xml deleted file mode 100644 index d1d827469..000000000 --- a/xmldoc/formats/baroiq.xml +++ /dev/null @@ -1,4 +0,0 @@ -Serial download protocol for the Brauniger IQ series of -barograph recording flight instruments. This format creates a -track of altitude vs time which can be merged with a GPS track -of the same flight to create a three dimensional IGC file. diff --git a/xmldoc/formats/cambridge.xml b/xmldoc/formats/cambridge.xml deleted file mode 100644 index 8334f87f7..000000000 --- a/xmldoc/formats/cambridge.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - Support for -Cambridge -and Winpilot - flight analysis and planning software for glider pilots. -- 2.30.2